Syntax
Function ValidateInput(
Input As String,
PropertySetName As String,
PropertyDefName As String) As Boolean
| Name | Description |
|---|---|
|
Input |
The new value |
|
PropertySetName |
The internal name of the property set |
|
PropertyDefName |
The internal name of the property |
Return Value
True if the value is valid for the property.
Remarks
This method only tests whether the value can be converted to the correct data type.